Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
interface_exists
interface_exists
Check if the interface is defined
Name:
interface_exists
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Check if the interface is defined
Related
php_uname() returns common reasons and solutions for empty return
8
How to Use the curl_share_init Function in PHP to Enable Shared Resource Support for Multi-threaded Extensions?
4
Use get_defined_constants() to find predefined constants during debugging
7
PHP IoT Device Communication Example: How to Interact with Hardware
8
Similar Functions
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
class_alias
class_alias
Createanaliasforacla
interface_exists
interface_exists
Checkiftheinterfacei
get_declared_traits
get_declared_traits
Returnsanarrayofalld
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
get_declared_classes
get_declared_classes
Returnsanarraycompos
method_exists
method_exists
Checkiftheclassmetho
Popular Articles